home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Graphics / Viewers / PDFView.1.41 / PDFView.app / German.lproj / PDFDocView.nib / data.classes next >
Encoding:
Text File  |  1996-04-23  |  437 b   |  18 lines

  1. FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
  2. PDFDocView = {
  3.     ACTIONS = {
  4.     "newPageNum:" = "newPageNum:"; 
  5.     "nextPage:" = "nextPage:"; 
  6.     "previousPage:" = "previousPage:"; 
  7.     "printPDF:" = "printPDF:"; 
  8.     }; 
  9.     OUTLETS = {
  10.     pageCountText = pageCountText; 
  11.     pageMenuBox = pageMenuBox; 
  12.     pageNumText = pageNumText; 
  13.     scrollView = scrollView; 
  14.     }; 
  15.     SUPERCLASS = View; 
  16. };
  17. PDFScrollView = {SUPERCLASS = ScrollView; };
  18.